.filter-disabled {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.filter-box {
    position: relative;
    z-index: 1001;
}

.filter-box select {
    display: none
}

.filter-text {
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0 30px 0 10px;
    background: #28808E;
    border: 1px solid #e6e6e6
}

.filter-text input {
    font-size: 14px
}

.filter-text .filter-title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.filter-list {
    display: none;
    width: 100%;
    max-height: 300px;
    background-color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
    border: 1px solid #e6e6e6;
    overflow: auto
}

.filter-list li.filter-null a {
    color: #d2d2d2
}

.filter-list li a {
    display: block;
    padding: 0 10px;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.filter-list li:hover {
    background-color: #f2f2f2
}

.filter-list li.filter-selected {
    background-color: #5298A2;
}

.filter-list li.filter-selected a {
    display: block;
    color: #fff
}

.filter-list li.filter-disabled {
    background-color: #fff
}

.filter-list li.filter-disabled a {
    display: block;
    color: #d2d2d2
}

.filter-list li.filter-disabled:hover a {
    cursor: not-allowed !important;
    background-color: #fff
}

.selectItem .icon {
    position: absolute
}

.icon-filter-arrow {
    width: 41px;
    height: 41px;
    background-repeat: no-repeat;
    background-image: url(../../images/2021/sel.png);
    background-size: 100%;
    right: 3px;
    top: 3px;
    background-color: #5298A2;
}

.icon-filter-arrow.filter-show {
    background-image: url(../../images/2021/sel2.png);
    background-color: #5298A2;
}

.filter-list::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.filter-list::-webkit-scrollbar-track {
    background: #fff
}

.filter-list::-webkit-scrollbar-thumb {
    background: #cbcbcb
}